config: build: dont allow STRIP_KERNEL_EXPORTS on kernel 6.6
authorRobert Marko <robimarko@gmail.com>
Wed, 15 May 2024 08:43:52 +0000 (10:43 +0200)
committerRobert Marko <robimarko@gmail.com>
Thu, 16 May 2024 13:12:53 +0000 (15:12 +0200)
commitca1c7635b911e68df74958f8f1301c7b44a61206
tree4673a4022b73398204ae61a31754b96ba3fa4cdb
parent9c84d619fcf31b810cdea18d751a4418d956da81
config: build: dont allow STRIP_KERNEL_EXPORTS on kernel 6.6

STRIP_KERNEL_EXPORTS is currently not working on kernel 6.6 as there
have been major changes in the upstream kernel.

I have looked at it, and I dont think we can adapt the current patch to
work so until this is fixed lets prevent STRIP_KERNEL_EXPORTS from
being selected on 6.6.

Link: https://github.com/openwrt/openwrt/pull/15498
Signed-off-by: Robert Marko <robimarko@gmail.com>
config/Config-build.in